You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > TVec.SetCplx Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.SetCplx Method

Sets vector values (complex).

Syntax
C#
Visual Basic
public TVec SetCplx([In] TCplx[] A);

Sets the Length property of the calling vector to (High(A)+1) and the TMtxVec.ComplexComplex property to true. The complex elements of A array are copied to the calling vector CValues

Note Use this method for complex array only.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!